COPY MEMBLOCK
This command will copy one section of a memblock to another section of another memblock. The From and To parameters must be existing memblocks. The PosFrom and PosTo parameters must be byte locations within the respective memblocks. The Bytes parameter is the number of bytes you wish to copy from one memblock to the other.

SYNTAX
COPY MEMBLOCK From,To,PosFrom,PosTo,Bytes

RELATED INFO
MEMBLOCKS Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example